﻿2026-06-18T12:02:18.9375968Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-18T12:02:18.9376323Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-18T12:02:18.9376548Z [36;1m$PIN = "0c95435"[0m
2026-06-18T12:02:18.9376820Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-18T12:02:18.9377084Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-18T12:02:18.9377454Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-18T12:02:18.9377848Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-18T12:02:18.9378136Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-18T12:02:18.9378437Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-18T12:02:18.9379350Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-18T12:02:18.9379635Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-18T12:02:18.9379962Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-18T12:02:18.9380235Z [36;1m}[0m
2026-06-18T12:02:18.9380417Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-18T12:02:18.9380669Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-18T12:02:18.9459294Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-18T12:02:18.9459623Z ##[endgroup]
2026-06-18T12:02:21.1856274Z    Compiling proc-macro2 v1.0.106
2026-06-18T12:02:21.1857656Z    Compiling unicode-ident v1.0.24
2026-06-18T12:02:21.1858167Z    Compiling quote v1.0.45
2026-06-18T12:02:21.1858361Z    Compiling cfg-if v1.0.4
2026-06-18T12:02:21.1858810Z    Compiling serde_core v1.0.228
2026-06-18T12:02:21.1859187Z    Compiling serde v1.0.228
2026-06-18T12:02:21.1859493Z    Compiling windows-link v0.2.1
2026-06-18T12:02:21.1860048Z    Compiling portable-atomic v1.13.1
2026-06-18T12:02:21.1860643Z    Compiling getrandom v0.3.4
2026-06-18T12:02:21.1860956Z    Compiling typenum v1.20.1
2026-06-18T12:02:21.1861351Z    Compiling version_check v0.9.5
2026-06-18T12:02:21.1861737Z    Compiling pin-project-lite v0.2.17
2026-06-18T12:02:21.1862296Z    Compiling critical-section v1.2.0
2026-06-18T12:02:21.1862669Z    Compiling shlex v2.0.1
2026-06-18T12:02:21.1863760Z    Compiling find-msvc-tools v0.1.9
2026-06-18T12:02:21.1864233Z    Compiling memchr v2.8.1
2026-06-18T12:02:21.2732297Z    Compiling windows-sys v0.61.2
2026-06-18T12:02:21.2955649Z    Compiling subtle v2.6.1
2026-06-18T12:02:21.3325106Z    Compiling futures-core v0.3.32
2026-06-18T12:02:21.3395943Z    Compiling equivalent v1.0.2
2026-06-18T12:02:21.4373866Z    Compiling smallvec v1.15.1
2026-06-18T12:02:21.5874986Z    Compiling bytes v1.11.1
2026-06-18T12:02:21.5875464Z    Compiling itoa v1.0.18
2026-06-18T12:02:21.5981775Z    Compiling semver v1.0.28
2026-06-18T12:02:21.7363049Z    Compiling stable_deref_trait v1.2.1
2026-06-18T12:02:21.7633513Z    Compiling generic-array v0.14.7
2026-06-18T12:02:21.8045225Z    Compiling log v0.4.32
2026-06-18T12:02:21.8152686Z    Compiling slab v0.4.12
2026-06-18T12:02:21.8323037Z    Compiling futures-sink v0.3.32
2026-06-18T12:02:21.9619676Z    Compiling rustc_version v0.4.1
2026-06-18T12:02:22.1282554Z    Compiling futures-io v0.3.32
2026-06-18T12:02:22.1575098Z    Compiling futures-channel v0.3.32
2026-06-18T12:02:22.1739337Z    Compiling rustversion v1.0.22
2026-06-18T12:02:22.3405415Z    Compiling futures-task v0.3.32
2026-06-18T12:02:22.3878005Z    Compiling hashbrown v0.17.1
2026-06-18T12:02:22.4250648Z    Compiling getrandom v0.2.17
2026-06-18T12:02:22.4374933Z    Compiling cpufeatures v0.2.17
2026-06-18T12:02:22.4635686Z    Compiling fnv v1.0.7
2026-06-18T12:02:22.4862788Z    Compiling libc v0.2.186
2026-06-18T12:02:22.5005037Z    Compiling strsim v0.11.1
2026-06-18T12:02:22.5374122Z    Compiling cfg_aliases v0.2.1
2026-06-18T12:02:22.5717400Z    Compiling rand_core v0.10.1
2026-06-18T12:02:22.5966787Z    Compiling writeable v0.6.3
2026-06-18T12:02:22.7272802Z    Compiling litemap v0.8.2
2026-06-18T12:02:22.7380628Z    Compiling autocfg v1.5.1
2026-06-18T12:02:22.7382513Z    Compiling getrandom v0.4.2
2026-06-18T12:02:22.7499651Z    Compiling ident_case v1.0.1
2026-06-18T12:02:22.7669748Z    Compiling jobserver v0.1.34
2026-06-18T12:02:22.8305738Z    Compiling fs_extra v1.3.0
2026-06-18T12:02:22.8508671Z    Compiling dunce v1.0.5
2026-06-18T12:02:22.8983307Z    Compiling utf8_iter v1.0.4
2026-06-18T12:02:22.8983945Z    Compiling icu_normalizer_data v2.2.0
2026-06-18T12:02:22.9524142Z    Compiling cc v1.2.63
2026-06-18T12:02:23.0500616Z    Compiling icu_properties_data v2.2.0
2026-06-18T12:02:23.1538526Z    Compiling percent-encoding v2.3.2
2026-06-18T12:02:23.1892573Z    Compiling http v1.4.1
2026-06-18T12:02:23.2718391Z    Compiling indexmap v2.14.0
2026-06-18T12:02:23.3433693Z    Compiling syn v2.0.117
2026-06-18T12:02:23.3502670Z    Compiling crypto-common v0.1.7
2026-06-18T12:02:23.3769957Z    Compiling unicode-segmentation v1.13.3
2026-06-18T12:02:23.4565441Z    Compiling cpufeatures v0.3.0
2026-06-18T12:02:23.5114303Z    Compiling aws-lc-rs v1.17.0
2026-06-18T12:02:23.5308996Z    Compiling thiserror v2.0.18
2026-06-18T12:02:23.5475943Z    Compiling scopeguard v1.2.0
2026-06-18T12:02:23.5507423Z    Compiling chacha20 v0.10.0
2026-06-18T12:02:23.5578375Z    Compiling form_urlencoded v1.2.2
2026-06-18T12:02:23.5775950Z    Compiling block-buffer v0.10.4
2026-06-18T12:02:23.5861452Z    Compiling untrusted v0.9.0
2026-06-18T12:02:23.7263111Z    Compiling lock_api v0.4.14
2026-06-18T12:02:23.7969691Z    Compiling bitflags v2.12.1
2026-06-18T12:02:23.7970187Z    Compiling winapi v0.3.9
2026-06-18T12:02:23.8083100Z    Compiling rand v0.10.1
2026-06-18T12:02:23.8233877Z    Compiling digest v0.10.7
2026-06-18T12:02:23.8626754Z    Compiling num-traits v0.2.19
2026-06-18T12:02:23.9788163Z    Compiling cmake v0.1.58
2026-06-18T12:02:23.9935145Z    Compiling windows-strings v0.5.1
2026-06-18T12:02:24.0376133Z    Compiling windows-result v0.4.1
2026-06-18T12:02:24.0972878Z    Compiling heck v0.5.0
2026-06-18T12:02:24.1335173Z    Compiling rustls v0.23.40
2026-06-18T12:02:24.1987131Z    Compiling convert_case v0.10.0
2026-06-18T12:02:24.2072549Z    Compiling anyhow v1.0.102
2026-06-18T12:02:24.4058630Z    Compiling const-oid v0.10.2
2026-06-18T12:02:24.4190318Z    Compiling unicode-xid v0.2.6
2026-06-18T12:02:24.4540017Z    Compiling atomic-waker v1.1.2
2026-06-18T12:02:24.4558248Z    Compiling zerocopy v0.8.50
2026-06-18T12:02:24.4625222Z    Compiling httparse v1.10.1
2026-06-18T12:02:24.5415327Z    Compiling parking_lot_core v0.9.12
2026-06-18T12:02:24.5444452Z    Compiling http-body v1.0.1
2026-06-18T12:02:24.6444832Z    Compiling curve25519-dalek v4.1.3
2026-06-18T12:02:24.6955707Z    Compiling hybrid-array v0.4.12
2026-06-18T12:02:24.6972311Z    Compiling ahash v0.8.12
2026-06-18T12:02:24.7400534Z    Compiling fastrand v2.4.1
2026-06-18T12:02:24.7449091Z    Compiling powerfmt v0.2.0
2026-06-18T12:02:25.0026700Z    Compiling base64ct v1.8.3
2026-06-18T12:02:25.0366102Z    Compiling either v1.16.0
2026-06-18T12:02:25.0476219Z    Compiling deranged v0.5.8
2026-06-18T12:02:25.1976842Z    Compiling aws-lc-sys v0.41.0
2026-06-18T12:02:25.2471369Z    Compiling ring v0.17.14
2026-06-18T12:02:25.3188561Z    Compiling pem-rfc7468 v1.0.0
2026-06-18T12:02:25.3207527Z    Compiling rand_core v0.6.4
2026-06-18T12:02:25.3297535Z    Compiling vcpkg v0.2.15
2026-06-18T12:02:25.3386513Z    Compiling num-conv v0.2.2
2026-06-18T12:02:25.4152767Z    Compiling base64 v0.22.1
2026-06-18T12:02:25.5181337Z    Compiling pkg-config v0.3.33
2026-06-18T12:02:25.5601737Z    Compiling try-lock v0.2.5
2026-06-18T12:02:25.6217280Z    Compiling time-core v0.1.8
2026-06-18T12:02:25.6357735Z    Compiling tinyvec_macros v0.1.1
2026-06-18T12:02:25.6422489Z    Compiling data-encoding v2.11.0
2026-06-18T12:02:25.7335418Z    Compiling zmij v1.0.21
2026-06-18T12:02:25.7662527Z    Compiling tower-service v0.3.3
2026-06-18T12:02:25.8300134Z    Compiling tinyvec v1.11.0
2026-06-18T12:02:25.8619427Z    Compiling want v0.3.1
2026-06-18T12:02:25.8937447Z    Compiling block-buffer v0.12.0
2026-06-18T12:02:25.9159522Z    Compiling crypto-common v0.2.2
2026-06-18T12:02:25.9728910Z    Compiling parking_lot v0.12.5
2026-06-18T12:02:26.1097536Z    Compiling sha2 v0.10.9
2026-06-18T12:02:26.1629723Z    Compiling vergen-lib v9.1.0
2026-06-18T12:02:26.3172603Z    Compiling inout v0.1.4
2026-06-18T12:02:26.3849975Z    Compiling n0-future v0.3.2
2026-06-18T12:02:26.3954056Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-18T12:02:26.4288069Z    Compiling diatomic-waker v0.2.3
2026-06-18T12:02:26.5418762Z    Compiling libsqlite3-sys v0.30.1
2026-06-18T12:02:26.5581396Z    Compiling cordyceps v0.3.4
2026-06-18T12:02:26.5795670Z    Compiling crossbeam-utils v0.8.21
2026-06-18T12:02:26.6882922Z    Compiling httpdate v1.0.3
2026-06-18T12:02:26.7034082Z    Compiling parking v2.2.1
2026-06-18T12:02:26.7486255Z    Compiling winnow v1.0.3
2026-06-18T12:02:26.8128539Z    Compiling serde_json v1.0.150
2026-06-18T12:02:26.8305318Z    Compiling spin v0.10.0
2026-06-18T12:02:26.9783687Z    Compiling signature v2.2.0
2026-06-18T12:02:27.0301217Z    Compiling futures-buffered v0.2.13
2026-06-18T12:02:27.1368129Z    Compiling futures-lite v2.6.1
2026-06-18T12:02:27.1368629Z    Compiling digest v0.11.3
2026-06-18T12:02:27.2096317Z    Compiling ed25519 v2.2.3
2026-06-18T12:02:27.2471081Z    Compiling cipher v0.4.4
2026-06-18T12:02:27.3296525Z    Compiling synstructure v0.13.2
2026-06-18T12:02:27.3516425Z    Compiling darling_core v0.20.11
2026-06-18T12:02:27.4327889Z    Compiling vergen v9.1.0
2026-06-18T12:02:27.5444677Z    Compiling vergen-lib v0.1.6
2026-06-18T12:02:27.5461674Z    Compiling universal-hash v0.5.1
2026-06-18T12:02:27.7008432Z    Compiling noq-udp v0.10.0
2026-06-18T12:02:27.7009047Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-18T12:02:27.8039684Z    Compiling heapless v0.7.17
2026-06-18T12:02:27.8249678Z    Compiling sync_wrapper v1.0.2
2026-06-18T12:02:27.8758354Z    Compiling allocator-api2 v0.2.21
2026-06-18T12:02:28.0088511Z    Compiling opaque-debug v0.3.1
2026-06-18T12:02:28.0439991Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-18T12:02:28.1476929Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-18T12:02:28.1811522Z    Compiling byteorder v1.5.0
2026-06-18T12:02:28.3184175Z    Compiling polyval v0.6.2
2026-06-18T12:02:28.4035313Z    Compiling hash32 v0.2.1
2026-06-18T12:02:28.4894047Z    Compiling spin v0.9.8
2026-06-18T12:02:28.5125267Z    Compiling vergen-gitcl v1.0.8
2026-06-18T12:02:28.5558698Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-18T12:02:28.5625026Z    Compiling windows-threading v0.2.1
2026-06-18T12:02:28.6527221Z    Compiling fallible-iterator v0.3.0
2026-06-18T12:02:28.7531806Z    Compiling tower-layer v0.3.3
2026-06-18T12:02:28.7919650Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-18T12:02:28.8241898Z    Compiling ryu v1.0.23
2026-06-18T12:02:28.9635581Z    Compiling signature v3.0.0
2026-06-18T12:02:28.9806857Z    Compiling windows-targets v0.52.6
2026-06-18T12:02:29.0493906Z    Compiling ghash v0.5.1
2026-06-18T12:02:29.0586621Z    Compiling aes v0.8.4
2026-06-18T12:02:29.0648063Z    Compiling ctr v0.9.2
2026-06-18T12:02:29.1085927Z    Compiling sha2 v0.11.0-rc.5
2026-06-18T12:02:29.1499023Z    Compiling fs2 v0.4.3
2026-06-18T12:02:29.2029124Z    Compiling proc-macro-crate v3.5.0
2026-06-18T12:02:29.2375733Z    Compiling time v0.3.47
2026-06-18T12:02:29.2745563Z    Compiling http-body-util v0.1.3
2026-06-18T12:02:29.4406162Z    Compiling aead v0.5.2
2026-06-18T12:02:29.6465486Z    Compiling widestring v1.2.1
2026-06-18T12:02:29.6742358Z    Compiling ipconfig v0.3.4
2026-06-18T12:02:29.7533592Z    Compiling socket2 v0.6.4
2026-06-18T12:02:29.7861506Z    Compiling mio v1.2.1
2026-06-18T12:02:29.8738129Z    Compiling aes-gcm v0.10.3
2026-06-18T12:02:29.9892689Z    Compiling windows-sys v0.59.0
2026-06-18T12:02:30.0607792Z    Compiling crossbeam-channel v0.5.15
2026-06-18T12:02:30.0832052Z    Compiling crossbeam-epoch v0.9.18
2026-06-18T12:02:30.1361027Z    Compiling blake3 v1.8.5
2026-06-18T12:02:30.2807130Z    Compiling serde_derive v1.0.228
2026-06-18T12:02:30.3319800Z    Compiling zeroize_derive v1.4.3
2026-06-18T12:02:30.3994376Z    Compiling zerofrom-derive v0.1.7
2026-06-18T12:02:30.4479635Z    Compiling yoke-derive v0.8.2
2026-06-18T12:02:30.4480206Z    Compiling tokio-macros v2.7.0
2026-06-18T12:02:30.5494036Z    Compiling futures-macro v0.3.32
2026-06-18T12:02:30.5749970Z    Compiling zerovec-derive v0.11.3
2026-06-18T12:02:30.7228355Z    Compiling displaydoc v0.2.6
2026-06-18T12:02:30.7887354Z    Compiling tracing-attributes v0.1.31
2026-06-18T12:02:30.9456183Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-18T12:02:31.0186819Z    Compiling thiserror-impl v2.0.18
2026-06-18T12:02:31.4176668Z    Compiling darling_macro v0.20.11
2026-06-18T12:02:31.8942916Z    Compiling derive_more-impl v2.1.1
2026-06-18T12:02:31.9408218Z    Compiling zeroize v1.8.2
2026-06-18T12:02:31.9510828Z    Compiling tokio v1.52.3
2026-06-18T12:02:32.0220903Z    Compiling futures-util v0.3.32
2026-06-18T12:02:32.0256462Z    Compiling spez v0.1.2
2026-06-18T12:02:32.0277679Z    Compiling n0-error-macros v0.1.3
2026-06-18T12:02:32.0295847Z    Compiling windows-implement v0.60.2
2026-06-18T12:02:32.1007344Z    Compiling darling v0.20.11
2026-06-18T12:02:32.1068461Z    Compiling windows-interface v0.59.3
2026-06-18T12:02:32.1897611Z    Compiling rustls-pki-types v1.14.1
2026-06-18T12:02:32.2017543Z    Compiling zerofrom v0.1.8
2026-06-18T12:02:32.3163919Z    Compiling derive_builder_core v0.20.2
2026-06-18T12:02:32.4222846Z    Compiling der v0.8.0-rc.10
2026-06-18T12:02:32.6113101Z    Compiling yoke v0.8.3
2026-06-18T12:02:32.6971894Z    Compiling pin-project-internal v1.1.13
2026-06-18T12:02:32.9539356Z    Compiling zerovec v0.11.6
2026-06-18T12:02:32.9948820Z    Compiling zerotrie v0.2.4
2026-06-18T12:02:33.0231149Z    Compiling cobs v0.3.0
2026-06-18T12:02:33.0733971Z    Compiling postcard-derive v0.2.2
2026-06-18T12:02:33.0804259Z    Compiling windows-core v0.62.2
2026-06-18T12:02:33.1304678Z    Compiling n0-error v0.1.3
2026-06-18T12:02:33.2920305Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-18T12:02:33.5290671Z    Compiling ed25519-dalek v2.2.0
2026-06-18T12:02:33.6967140Z    Compiling tinystr v0.8.3
2026-06-18T12:02:33.7134611Z    Compiling potential_utf v0.1.5
2026-06-18T12:02:33.7523359Z    Compiling derive_builder_macro v0.20.2
2026-06-18T12:02:33.8849589Z    Compiling icu_locale_core v2.2.0
2026-06-18T12:02:33.9198416Z    Compiling icu_collections v2.2.0
2026-06-18T12:02:33.9329424Z    Compiling spki v0.8.0-rc.4
2026-06-18T12:02:33.9474659Z    Compiling spt-proto v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-18T12:02:33.9624044Z    Compiling windows-collections v0.3.2
2026-06-18T12:02:33.9624514Z    Compiling windows-future v0.3.2
2026-06-18T12:02:34.2140198Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-18T12:02:34.2748960Z    Compiling derive_builder v0.20.2
2026-06-18T12:02:34.3386337Z    Compiling pin-project v1.1.13
2026-06-18T12:02:34.5621605Z    Compiling windows-numerics v0.3.1
2026-06-18T12:02:34.5695622Z    Compiling data-encoding-macro v0.1.20
2026-06-18T12:02:34.5866408Z    Compiling strum_macros v0.28.0
2026-06-18T12:02:34.6073713Z    Compiling iroh-metrics-derive v0.4.1
2026-06-18T12:02:34.7938128Z    Compiling ipnet v2.12.0
2026-06-18T12:02:34.8633837Z    Compiling icu_provider v2.2.0
2026-06-18T12:02:34.9158216Z    Compiling ed25519 v3.0.0-rc.4
2026-06-18T12:02:35.0101433Z    Compiling chrono v0.4.45
2026-06-18T12:02:35.2559209Z    Compiling icu_properties v2.2.0
2026-06-18T12:02:35.3101069Z    Compiling once_cell v1.21.4
2026-06-18T12:02:35.3521529Z    Compiling icu_normalizer v2.2.0
2026-06-18T12:02:35.4049584Z    Compiling prefix-trie v0.8.4
2026-06-18T12:02:35.4365182Z    Compiling futures-executor v0.3.32
2026-06-18T12:02:35.4720740Z    Compiling postcard v1.1.3
2026-06-18T12:02:35.5606683Z    Compiling tracing-core v0.1.36
2026-06-18T12:02:35.7445955Z    Compiling hashbrown v0.14.5
2026-06-18T12:02:35.8059813Z    Compiling futures v0.3.32
2026-06-18T12:02:36.2853807Z    Compiling tracing v0.1.44
2026-06-18T12:02:36.2854555Z    Compiling tokio-util v0.7.18
2026-06-18T12:02:36.3787770Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-18T12:02:36.3800846Z    Compiling tower v0.5.3
2026-06-18T12:02:36.4014345Z    Compiling windows v0.62.2
2026-06-18T12:02:36.6665709Z    Compiling idna_adapter v1.2.2
2026-06-18T12:02:36.7657110Z    Compiling idna v1.1.0
2026-06-18T12:02:36.7968109Z    Compiling hashlink v0.9.1
2026-06-18T12:02:36.8177129Z    Compiling num_enum_derive v0.7.6
2026-06-18T12:02:36.8236122Z    Compiling async-trait v0.1.89
2026-06-18T12:02:36.9167812Z    Compiling enum-assoc v1.3.0
2026-06-18T12:02:37.0077006Z    Compiling derive_more v2.1.1
2026-06-18T12:02:37.1087528Z    Compiling url v2.5.8
2026-06-18T12:02:37.1836269Z    Compiling h2 v0.4.14
2026-06-18T12:02:37.1837009Z    Compiling rusqlite v0.32.1
2026-06-18T12:02:37.1863873Z    Compiling windows-registry v0.6.1
2026-06-18T12:02:37.2165706Z    Compiling uuid v1.23.2
2026-06-18T12:02:37.5159768Z    Compiling memoffset v0.6.5
2026-06-18T12:02:37.5282951Z    Compiling noq v0.18.0
2026-06-18T12:02:37.6076283Z    Compiling netwatch v0.16.0
2026-06-18T12:02:37.6617834Z    Compiling acto v0.8.2
2026-06-18T12:02:37.8718168Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-18T12:02:37.9294518Z    Compiling sorted-index-buffer v0.2.1
2026-06-18T12:02:37.9435502Z    Compiling ref-cast v1.0.25
2026-06-18T12:02:37.9763861Z    Compiling xml-rs v0.8.28
2026-06-18T12:02:38.0543223Z    Compiling foldhash v0.2.0
2026-06-18T12:02:38.0667441Z    Compiling tagptr v0.2.0
2026-06-18T12:02:38.1260302Z    Compiling identity-hash v0.1.0
2026-06-18T12:02:38.1539193Z    Compiling spt-store v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-18T12:02:38.1582129Z    Compiling mac-addr v0.3.0
2026-06-18T12:02:38.1590546Z    Compiling thiserror v1.0.69
2026-06-18T12:02:38.2759372Z    Compiling rustc-hash v2.1.2
2026-06-18T12:02:38.2814708Z    Compiling lru-slab v0.1.2
2026-06-18T12:02:38.3142784Z    Compiling netdev v0.42.0
2026-06-18T12:02:38.3143292Z    Compiling hashbrown v0.16.1
2026-06-18T12:02:38.3942026Z    Compiling moka v0.12.15
2026-06-18T12:02:38.4167480Z    Compiling num_enum v0.7.6
2026-06-18T12:02:38.6696040Z    Compiling xmltree v0.10.3
2026-06-18T12:02:38.6924641Z    Compiling tower-http v0.6.11
2026-06-18T12:02:38.7088273Z    Compiling attohttpc v0.30.1
2026-06-18T12:02:38.7909174Z    Compiling iroh-base v0.98.0
2026-06-18T12:02:39.0044775Z    Compiling n0-watcher v0.6.1
2026-06-18T12:02:39.0254883Z    Compiling strum v0.28.0
2026-06-18T12:02:39.0385500Z    Compiling tokio-stream v0.1.18
2026-06-18T12:02:39.1050431Z    Compiling iroh-metrics v0.38.3
2026-06-18T12:02:39.3214206Z    Compiling iroh-relay v0.98.0
2026-06-18T12:02:39.3422370Z    Compiling serde_spanned v0.6.9
2026-06-18T12:02:39.4118944Z    Compiling toml_datetime v0.6.11
2026-06-18T12:02:39.6048949Z    Compiling ref-cast-impl v1.0.25
2026-06-18T12:02:39.6049624Z    Compiling thiserror-impl v1.0.69
2026-06-18T12:02:39.6643922Z    Compiling serde_derive_internals v0.29.1
2026-06-18T12:02:39.8927398Z    Compiling simple-dns v0.9.3
2026-06-18T12:02:40.0366856Z    Compiling serial-core v0.4.0
2026-06-18T12:02:40.0501803Z    Compiling aho-corasick v1.1.4
2026-06-18T12:02:40.2912049Z    Compiling spt-msg v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-18T12:02:40.4274217Z    Compiling regex-syntax v0.8.10
2026-06-18T12:02:40.5242537Z    Compiling resolv-conf v0.7.6
2026-06-18T12:02:40.5547783Z    Compiling winnow v0.7.15
2026-06-18T12:02:40.6716327Z    Compiling simdutf8 v0.1.5
2026-06-18T12:02:40.8984716Z    Compiling smol_str v0.1.24
2026-06-18T12:02:41.0510169Z    Compiling arrayref v0.3.9
2026-06-18T12:02:41.0541980Z    Compiling sha1_smol v1.0.1
2026-06-18T12:02:41.1667700Z    Compiling hyper v1.10.1
2026-06-18T12:02:41.1715199Z    Compiling arrayvec v0.7.6
2026-06-18T12:02:41.1867211Z    Compiling winreg v0.10.1
2026-06-18T12:02:41.2014419Z    Compiling toml_write v0.1.2
2026-06-18T12:02:41.2141122Z    Compiling constant_time_eq v0.4.2
2026-06-18T12:02:41.5031897Z    Compiling schemars_derive v1.2.1
2026-06-18T12:02:41.6718310Z    Compiling iroh-dns v0.98.0
2026-06-18T12:02:41.7136447Z    Compiling serial-windows v0.4.0
2026-06-18T12:02:42.7356860Z    Compiling hyper-util v0.1.20
2026-06-18T12:02:42.7587528Z    Compiling toml_edit v0.22.27
2026-06-18T12:02:42.8741542Z    Compiling regex-automata v0.4.14
2026-06-18T12:02:42.8781692Z    Compiling lru v0.16.4
2026-06-18T12:02:43.0340123Z    Compiling webpki-roots v1.0.7
2026-06-18T12:02:43.0737264Z    Compiling seize v0.5.1
2026-06-18T12:02:43.1550203Z    Compiling darling_core v0.23.0
2026-06-18T12:02:43.2035114Z    Compiling serde_bytes v0.11.19
2026-06-18T12:02:43.3575599Z    Compiling hmac v0.12.1
2026-06-18T12:02:43.6954550Z    Compiling iroh v0.98.2
2026-06-18T12:02:43.7137834Z    Compiling lazy_static v1.5.0
2026-06-18T12:02:43.8123046Z    Compiling utf8parse v0.2.2
2026-06-18T12:02:43.8827759Z    Compiling bitflags v1.3.2
2026-06-18T12:02:43.8833333Z    Compiling anstyle v1.0.14
2026-06-18T12:02:44.0060206Z    Compiling cmov v0.5.4
2026-06-18T12:02:44.1063292Z    Compiling pin-utils v0.1.0
2026-06-18T12:02:44.1479498Z    Compiling dyn-clone v1.0.20
2026-06-18T12:02:44.1645030Z    Compiling once_cell_polyfill v1.70.2
2026-06-18T12:02:44.2165842Z    Compiling igd-next v0.17.1
2026-06-18T12:02:44.2405600Z    Compiling schemars v1.2.1
2026-06-18T12:02:44.2533200Z    Compiling anstyle-wincon v3.0.11
2026-06-18T12:02:44.2574709Z    Compiling ctutils v0.4.2
2026-06-18T12:02:44.2829259Z    Compiling nix v0.25.1
2026-06-18T12:02:44.3285141Z    Compiling anstyle-parse v1.0.0
2026-06-18T12:02:44.3318213Z    Compiling shared_library v0.1.9
2026-06-18T12:02:44.3701503Z    Compiling hkdf v0.12.4
2026-06-18T12:02:44.4039409Z    Compiling papaya v0.2.4
2026-06-18T12:02:44.5171745Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-18T12:02:44.5253345Z    Compiling serial v0.4.0
2026-06-18T12:02:44.5908719Z    Compiling filedescriptor v0.8.3
2026-06-18T12:02:44.6726590Z    Compiling toml v0.8.23
2026-06-18T12:02:44.6859308Z    Compiling backon v1.6.0
2026-06-18T12:02:44.8582720Z    Compiling anstyle-query v1.1.5
2026-06-18T12:02:44.8775893Z    Compiling paste v1.0.15
2026-06-18T12:02:44.9962306Z    Compiling regex v1.12.3
2026-06-18T12:02:45.0126228Z    Compiling colorchoice v1.0.5
2026-06-18T12:02:45.1221929Z    Compiling downcast-rs v1.2.1
2026-06-18T12:02:45.1307865Z    Compiling foldhash v0.1.5
2026-06-18T12:02:45.2196075Z    Compiling instability v0.3.12
2026-06-18T12:02:45.2311738Z    Compiling is_terminal_polyfill v1.70.2
2026-06-18T12:02:45.2914101Z    Compiling shell-words v1.1.1
2026-06-18T12:02:45.3140270Z    Compiling spt-runtime v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-18T12:02:45.3373100Z    Compiling anstream v1.0.0
2026-06-18T12:02:45.5139044Z    Compiling portable-pty v0.8.1
2026-06-18T12:02:45.7447024Z    Compiling hashbrown v0.15.5
2026-06-18T12:02:45.8367187Z    Compiling wmi v0.18.4
2026-06-18T12:02:45.9590077Z    Compiling spake2 v0.4.0
2026-06-18T12:02:46.0694505Z    Compiling strum_macros v0.26.4
2026-06-18T12:02:46.1596004Z    Compiling terminal_size v0.4.4
2026-06-18T12:02:46.3617473Z    Compiling crossterm_winapi v0.9.1
2026-06-18T12:02:46.3969548Z    Compiling itertools v0.13.0
2026-06-18T12:02:46.4946843Z    Compiling sha1 v0.10.6
2026-06-18T12:02:46.8334246Z    Compiling darling_macro v0.23.0
2026-06-18T12:02:46.8334764Z    Compiling castaway v0.2.4
2026-06-18T12:02:47.0164877Z    Compiling unicode-width v0.1.14
2026-06-18T12:02:47.0903276Z    Compiling clap_lex v1.1.0
2026-06-18T12:02:47.1754221Z    Compiling indoc v2.0.7
2026-06-18T12:02:47.4873176Z    Compiling static_assertions v1.1.0
2026-06-18T12:02:47.5914057Z    Compiling recvmsg v1.0.0
2026-06-18T12:02:47.5998641Z    Compiling doctest-file v1.1.1
2026-06-18T12:02:47.6823316Z    Compiling portmapper v0.16.0
2026-06-18T12:02:47.8745600Z    Compiling darling v0.23.0
2026-06-18T12:02:47.9389246Z    Compiling unicode-truncate v1.1.0
2026-06-18T12:02:47.9581616Z    Compiling compact_str v0.8.2
2026-06-18T12:02:48.1650732Z    Compiling spt-live v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-18T12:02:48.1651596Z    Compiling clap_builder v4.6.0
2026-06-18T12:02:48.2036755Z    Compiling interprocess v2.4.2
2026-06-18T12:02:48.7216099Z    Compiling strum v0.26.3
2026-06-18T12:02:48.7546851Z    Compiling crossterm v0.28.1
2026-06-18T12:02:48.7608915Z    Compiling lru v0.12.5
2026-06-18T12:02:49.0158995Z    Compiling spt-term v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-18T12:02:49.0159974Z    Compiling clap_derive v4.6.1
2026-06-18T12:02:49.1339994Z    Compiling unicode-width v0.2.0
2026-06-18T12:02:49.4970799Z    Compiling cassowary v0.3.0
2026-06-18T12:02:49.4971387Z    Compiling nucleo-matcher v0.3.1
2026-06-18T12:02:49.7196796Z    Compiling qrcode v0.14.1
2026-06-18T12:02:49.7350120Z    Compiling tempfile v3.27.0
2026-06-18T12:02:50.1441005Z    Compiling ratatui v0.29.0
2026-06-18T12:02:51.4971260Z    Compiling clap v4.6.1
2026-06-18T12:03:03.8637960Z    Compiling rustls-webpki v0.103.13
2026-06-18T12:03:06.1436438Z    Compiling tokio-rustls v0.26.4
2026-06-18T12:03:06.1436875Z    Compiling noq-proto v0.17.0
2026-06-18T12:03:06.1437175Z    Compiling rustls-platform-verifier v0.7.0
2026-06-18T12:03:06.2835524Z    Compiling hyper-rustls v0.27.9
2026-06-18T12:03:06.2835921Z    Compiling hickory-net v0.26.0-beta.4
2026-06-18T12:03:06.2836200Z    Compiling tokio-websockets v0.13.2
2026-06-18T12:03:07.2626361Z    Compiling reqwest v0.13.4
2026-06-18T12:03:08.0685362Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-18T12:03:26.7888646Z    Compiling spt-net v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-18T12:03:28.1127803Z    Compiling spt-daemon v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-18T12:03:36.3791049Z    Compiling spt v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-18T12:03:42.9896238Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 23s
2026-06-18T12:03:43.0107305Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-5c04d67598e124d7.exe)
2026-06-18T12:03:43.0546026Z 
2026-06-18T12:03:43.0546225Z running 1 test
2026-06-18T12:03:50.3260604Z test new_brain_serves_against_old_broker ... ok
2026-06-18T12:03:50.3260833Z 
2026-06-18T12:03:50.3261048Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.27s
2026-06-18T12:03:50.3261328Z 
